home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Tele / M / MUBBS / Upload Maniac 1.0.cpt / Upload Maniac ƒ / How to Upload LIke a Maniac.TXT next >
Encoding:
Text File  |  1991-11-22  |  3.8 KB  |  92 lines  |  [TEXT/EDIT]

  1. How to Upload Like A Maniac..... 11/20/91 N Hawthorn
  2.  
  3. I put this little program together so that I could get my BBS changed
  4. over from Hermes without too much hassle.
  5.  
  6. Source is included so that you could make it work on another BBS
  7. program "format" you have. You could use it to upload from a CD
  8. rom directory too.
  9.  
  10. I encourage anyone who can make modifications to work with other BBS's
  11. to do so and UPLOAD this to AOL and/or the MUBBS support BBS.
  12.  
  13. To use it you need to "capture" a list of all your file sections before
  14. you shut down Hermes for good.
  15.  
  16. I changed the "new" file date to 01/01/85 then did a "new" scan. I turned
  17. on capture on my terminal program and let it ride.
  18.  
  19. I then took EDIT and copied and pasted the list's to seperate file
  20. sections. You have to take out any extra text other than the file
  21. listings. "extended" comments are OK, and the program handles them
  22. fairly well. It will cut comments off at about 220 characters or so.
  23.  
  24. I then uploaded all my TEXT ONLY files, including any ZIP or ARC or
  25. LZH type files. I uploaded my GIF files sections, and any IBM stuff.
  26.  
  27. These type of files are "DATA FORK" only types. They do not have
  28. "resources" because they are not specificly Mac files. I keep my
  29. TEXT files that way so that ANY computer logging in can read them.
  30.  
  31. I uploaded my whole Mac section using "Nate's Sysop 2.0" stack
  32. to convert all my folders to MacBinary. (it's on the support BBS
  33. and should be available AOL).
  34.  
  35. You choose folders by clicking on ANY file in that folder. The FIRST
  36. file you chose is the "Captured Text" file used for input, you must
  37. choose that file (not just any file in the folder) because the Mac
  38. needs to know the file name.
  39.  
  40. To upload Mac sections, you need to understand "MacBinary". It's a
  41. peice of code that takes a Mac file (that has TWO forks, data and
  42. Resource) and makes it into ONE DATA FORK. It does this by adding a
  43. "header" onto the file that tells about the file, like it's length,
  44. how big the resource fork is.......
  45.  
  46. Upload Maniac only uploads the DATA FORK. When MUBBS downloads a file,
  47. it sends the data fork only.
  48.  
  49. So you need to run a program that "MacBinifies" a whole folder of files
  50. (like "Nate's Sysop 2.0").
  51.  
  52. When all the files are done (make sure they are all Mac type files)
  53. then you can upload them with this program.
  54.  
  55. Later I may add code that "MacBinifies" to this program but don't
  56. hold your breath.
  57.  
  58. Look on the support BBS or AOL for a program that MacBinifies a whole
  59. folder.
  60.  
  61.  
  62. This is a copy of the text that is printed when the program starts up:
  63.  
  64.  
  65. *** USE THIS ON A COPY OF YOUR DIRECTORY ***
  66.  
  67. This program allows you to UPLOAD to a MUBBS directory from a LIST
  68. of files. It is set for a "Hermes" type file listing that you
  69. would get by capturing a "L" of files from a "Hermes" directory.
  70.  
  71. The FIRST character on a line is a FILE name, then a ":" then
  72. we wait for another ":" and use the discription. If the next line
  73. contains spaces (at least 2) it is considered MORE description
  74. (to 2 lines).
  75.  
  76. You MUST EDIT YOUR INPUT FILE LIST and make it conform to this.
  77.  
  78. If the files are MAC type files you MUST MAKE THEM "MACBINARY"
  79. with another program that does this. This only UPLOADS the DATA FORK
  80. of a file. TEXT and GIF or IBM files are DATA fork only TYPE FILES.
  81.  
  82. Mac files have BOTH forks, thus they have to be made "MACBINARY".
  83.  
  84. To cancel press "cancel" at any dialog box.
  85.  
  86.   DISCLAIMER: This program is a test, it may not be fully debugged, USE AT
  87. YOUR OWN RISK ! BY USING THIS PROGRAM CODE, YOU AGREE TO HOLD IT'S AUTHOR
  88. HARMLESS FROM ANY AND ALL LITIGATION ARISING FROM IT'S USE. This program is
  89. not intended for any particular purpose, and especially not any you expect.
  90. It can crash, wipe out your hard drive, and make your life misiberable. Back
  91. up all data before using. YOU HAVE BEEN WARNED ! This program will self destruct if not handled in a caring manner.
  92.